Improve show_and_select_files() function
authorBenjamin Otte <otte@gnome.org>
Wed, 1 Jul 2009 08:32:26 +0000 (10:32 +0200)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:01:40 +0000 (22:01 +0200)
commit836c3ab043700e0c13fb63da00e76ac9851a6d4d
treef03062ccde0cd3753cdb33028d314ad58e5407e6
parent6bdaaea3a4cd6bae0a3ea5c98d6098e44a29a1b8
Improve show_and_select_files() function

The previous function enumerated the whole directory and used a lot of
outdated API to decide how to show files.
The new code queries the filesystem model to decide about this.
The now unused old functions were removed.
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilesystemmodel.c
gtk/gtkfilesystemmodel.h